home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Utilities / Datatypes / PCD-DT / PCD-DT.doc < prev    next >
Encoding:
Text File  |  1998-01-27  |  2.4 KB  |  97 lines

  1. Documentation of pcd.datatype 43.1
  2. ----------------------------------
  3.  
  4.  
  5. Introduction
  6. ------------
  7.  
  8. With the help of the pcd.datatype, your datatype sytem is able to read images
  9. from Photo-CD's.
  10. The datatype can produce a 24-bit truecolor or an 8-bit grey-leveled bitmap.
  11.  
  12. This datatype is Freeware !
  13. Do with it what you want, as long as you do not remove any files from this archive !
  14.  
  15.  
  16. Requirements
  17. ------------
  18.  
  19. * OS 3.x
  20. * MC68020 or better
  21. * A mounted PIPE: handler !!
  22. * The PCD decoder 'pcdtoppm' (included in this archive)
  23.  
  24. If you haven't installed  the picture.datatype 43.x (CyberGraphX), the datatype will only
  25. produce 8-bit grey leveled images a output.
  26.  
  27.  
  28. Installation
  29. ------------
  30.  
  31. Simply click on the 'Install' script.
  32. As the pcd.datatype needs an external decoder, you must select a directory that
  33. is in your path to store the decoder !
  34. The installer will not check your configuration !
  35. You MUST store the decoder 'pcdtoppm' somewhere in your path, otherwise the datatype
  36. will hang up in an endless loop !!
  37.  
  38.  
  39. How does the pcd.datatype work ?
  40. ---------------------------------
  41.  
  42. The pcd.datatype is to small to be a standalone decoder.
  43. Whenever the superclass detects a PCD image, it opens the pcd.datatype.
  44. This launches the external PCD decoder 'pcdtoppm', which redirects its output
  45. to the PIPE-handler. The datatype simply reads the decoded RGB values from the
  46. PIPE handler and stores them in the bitmap.
  47.  
  48.  
  49. Preferences
  50. -----------
  51.  
  52. The PCD decoder is able to decompress a PCD image to different resolutions.
  53. The resolution is stored in ENV:DataTypes/pcd.prefs.
  54. The DOS template is RESOLUTION/N,GREY/S.
  55.  
  56. Value   Bitmap resolution 
  57. 1          192 *  128
  58. 2          384 *  256
  59. 3          768 *  512
  60. 4         1536 * 1024
  61. 5         3072 * 2048
  62. 6         6144 * 4096
  63.  
  64. The default value is 3 (768*512).
  65. The values 5 and 6 do not make much sense as you need a fast CPU and lots of memory !
  66.  
  67. If you enable the GREY switch, you will get 8-bit grey-leveled, otherwise 24-bit
  68. truecolor bitmap.
  69. Without CyberGraphX, you will always receive grey-leveled bitmaps.
  70.  
  71.  
  72. History
  73. -------
  74.  
  75. 01-Dec-97  V43.0
  76.    * First public release
  77.  
  78. 04-Dec-97  V43.1
  79.    * Works under non-CyberGraphX systems too.
  80.  
  81.  
  82. Future
  83. ------
  84.  
  85. I'm still looking for a dither-algorithm.
  86.  
  87.  
  88. Author
  89. ------
  90.  
  91. Feel free to contact me for comments, critics or bug reports !
  92.  
  93. Name:     Achim Stegemann
  94. Email:    astegema@ix.urz.uni-heidelberg.de
  95. Internet: http://www.rzuser.uni-heidelberg.de/~astegema/projects.html#pcd
  96.  
  97.